range: Remove unused class struct members
authorTimm Bäder <mail@baedert.org>
Fri, 14 Oct 2016 19:35:26 +0000 (21:35 +0200)
committerBenjamin Otte <otte@redhat.com>
Mon, 17 Oct 2016 22:29:19 +0000 (00:29 +0200)
gtk/gtkrange.h

index 161757d37d89af81039cb8f5a2a0dc0e18af1a88..856d63c1c56c04325640a0e06186b12367c39508 100644 (file)
@@ -58,10 +58,6 @@ struct _GtkRangeClass
 {
   GtkWidgetClass parent_class;
 
-  /* what detail to pass to GTK drawing functions */
-  G_GNUC_DEPRECATED gchar *slider_detail;
-  G_GNUC_DEPRECATED gchar *stepper_detail;
-
   void (* value_changed)    (GtkRange     *range);
   void (* adjust_bounds)    (GtkRange     *range,
                              gdouble      new_value);